put isort and pep8 in check.sh

Brightcells 9 years ago
parent
commit
95c1d32792
1 changed files with 9 additions and 0 deletions
  1. 9 0
      check.sh

+ 9 - 0
check.sh

@@ -0,0 +1,9 @@
1
+#!/bin/bash
2
+
3
+echo '>> iSort'
4
+./isort.sh
5
+echo
6
+
7
+echo '>> PEP8'
8
+./pep8.sh
9
+echo